Skip to content

Conversation

@joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented Nov 17, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@thirdweb-dev/nebula@0.2.91

Patch Changes

  • Updated dependencies [419fb31]:
    • thirdweb@5.112.2

thirdweb@5.112.2

Patch Changes

@thirdweb-dev/wagmi-adapter@0.2.188

Patch Changes

wagmi-inapp@0.0.33

Patch Changes

  • Updated dependencies [419fb31, 419fb31]:
    • thirdweb@5.112.2
    • @thirdweb-dev/wagmi-adapter@0.2.188

PR-Codex overview

This PR focuses on updating the version numbers of several packages and their corresponding changelogs, reflecting dependency updates related to thirdweb and wagmi-adapter.

Detailed summary

  • Updated version of thirdweb from 5.112.1 to 5.112.2
  • Updated version of wagmi-inapp from 0.0.32 to 0.0.33
  • Updated version of nebula from 0.2.90 to 0.2.91
  • Updated version of wagmi-adapter from 0.2.187 to 0.2.188
  • Added changelog entries for thirdweb, nebula, wagmi-adapter, and wagmi-demo reflecting dependency updates and improvements.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Summary by CodeRabbit

  • Chores
    • Released patch versions across multiple packages: thirdweb (5.112.2), wagmi-adapter (0.2.188), nebula (0.2.91), and wagmi-demo (0.0.33).
    • Updated changelogs and internal version tracking to reflect the latest releases.

@joaquim-verges joaquim-verges requested review from a team as code owners November 17, 2025 23:51
@vercel
Copy link

vercel bot commented Nov 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Nov 18, 2025 0:03am
nebula Ready Ready Preview Comment Nov 18, 2025 0:03am
thirdweb_playground Ready Ready Preview Comment Nov 18, 2025 0:03am
thirdweb-www Ready Ready Preview Comment Nov 18, 2025 0:03am
wallet-ui Ready Ready Preview Comment Nov 18, 2025 0:03am

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 17, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Nov 17, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 17, 2025

Walkthrough

This pull request performs a coordinated patch version release across four packages (thirdweb, wagmi-adapter, nebula, and wagmi-demo), bumping versions, documenting changes in changelogs, and removing temporary changeset entries.

Changes

Cohort / File(s) Summary
Removed Changeset Entries
.changeset/few-hats-slide.md, .changeset/sixty-views-relate.md
Deleted temporary changeset files for thirdweb and wagmi-adapter patches.
thirdweb Package Release
packages/thirdweb/package.json, packages/thirdweb/CHANGELOG.md
Bumped version from 5.112.1 to 5.112.2; added changelog entry for improved ERC5792 getCapabilities handling.
wagmi-adapter Package Release
packages/wagmi-adapter/package.json, packages/wagmi-adapter/CHANGELOG.md
Bumped version from 0.2.187 to 0.2.188; added changelog entry for improved autoconnect to last connected chain.
nebula Package Release
packages/nebula/package.json, packages/nebula/CHANGELOG.md
Bumped version from 0.2.90 to 0.2.91; added changelog entry documenting thirdweb dependency update.
wagmi-demo App Release
apps/wagmi-demo/package.json, apps/wagmi-demo/CHANGELOG.md
Bumped version from 0.0.32 to 0.0.33; added changelog entry documenting dependency updates.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

All changes follow a consistent release pattern: version increments and corresponding changelog entries. No logic, structural changes, or behavioral modifications are present. The homogeneous nature of the edits (repetitive version bumps and changelog formatting) requires minimal review complexity.

Suggested labels

packages, SDK

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Version Packages' is directly related to the changeset; it's a standard convention for automatic release PRs that bump versions and update changelogs.
Description check ✅ Passed The description is comprehensive and auto-generated by the Changesets action, documenting all releases and changes. However, it doesn't follow the repository's PR template format with the specified title, notes, and testing sections.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
apps/wagmi-demo/package.json (1)

28-28: Consider pinning @wagmi/cli to a specific version.

The @wagmi/cli dependency uses "latest", which may cause unpredictable updates. Pinning to a specific version provides better reproducibility and stability.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 419fb31 and a21b5db.

📒 Files selected for processing (10)
  • .changeset/few-hats-slide.md (0 hunks)
  • .changeset/sixty-views-relate.md (0 hunks)
  • apps/wagmi-demo/CHANGELOG.md (1 hunks)
  • apps/wagmi-demo/package.json (1 hunks)
  • packages/nebula/CHANGELOG.md (1 hunks)
  • packages/nebula/package.json (1 hunks)
  • packages/thirdweb/CHANGELOG.md (1 hunks)
  • packages/thirdweb/package.json (1 hunks)
  • packages/wagmi-adapter/CHANGELOG.md (1 hunks)
  • packages/wagmi-adapter/package.json (1 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/few-hats-slide.md
  • .changeset/sixty-views-relate.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Size
  • GitHub Check: Unit Tests
  • GitHub Check: Lint Packages
  • GitHub Check: Build Packages
  • GitHub Check: Socket Security: Pull Request Alerts
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (7)
packages/thirdweb/package.json (1)

433-433: Version bump correctly applied.

The patch version increment from 5.112.1 to 5.112.2 is properly formatted and aligns with the documented patch change from PR #8425 (Better handling of erc5792 getCapabilities).

packages/wagmi-adapter/CHANGELOG.md (1)

3-8: Changelog entry properly formatted.

The new 0.2.188 entry follows the established changelog format, includes PR and commit references, and clearly describes the improvement to autoconnect handling.

apps/wagmi-demo/CHANGELOG.md (1)

3-10: Dependency updates properly documented.

The 0.0.33 changelog entry correctly reflects the bumped dependencies (thirdweb@5.112.2, wagmi-adapter@0.2.188), with matching commit reference and proper formatting.

packages/nebula/package.json (1)

60-60: Version bump correctly applied.

The patch version increment from 0.2.90 to 0.2.91 is properly formatted and aligns with the documented patch release from PR #8425 (thirdweb dependency update).

packages/nebula/CHANGELOG.md (1)

3-9: Changelog entry properly formatted.

The new 0.2.91 entry correctly documents the thirdweb dependency update (5.112.2), with proper formatting and consistent commit reference.

packages/wagmi-adapter/package.json (1)

59-59: Version bump correctly applied.

Patch version increment (0.2.187 → 0.2.188) aligns with PR objectives. Peer dependency spec for thirdweb (^5.85.0) accommodates the new 5.112.2 version from this release.

apps/wagmi-demo/package.json (1)

4-4: Version bump correctly applied.

Patch version increment (0.0.32 → 0.0.33) aligns with PR objectives. Workspace dependencies (thirdweb, @thirdweb-dev/wagmi-adapter) will auto-resolve to the new bumped versions upon release.


### Patch Changes

- [#8425](https://github.com/thirdweb-dev/js/pull/8425) [`419fb31`](https://github.com/thirdweb-dev/js/commit/419fb3160188c435a89d65caf36bdd845dd239fe) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Better handling of erc5792 getCapabilities
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Standardize EIP name capitalization.

Use “EIP-5792” (with hyphen/caps) for consistency with the rest of the changelog and the spec naming.

-- Better handling of erc5792 getCapabilities
+- Better handling of EIP-5792 getCapabilities
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [#8425](https://github.com/thirdweb-dev/js/pull/8425) [`419fb31`](https://github.com/thirdweb-dev/js/commit/419fb3160188c435a89d65caf36bdd845dd239fe) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Better handling of erc5792 getCapabilities
- [#8425](https://github.com/thirdweb-dev/js/pull/8425) [`419fb31`](https://github.com/thirdweb-dev/js/commit/419fb3160188c435a89d65caf36bdd845dd239fe) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Better handling of EIP-5792 getCapabilities
🤖 Prompt for AI Agents
In packages/thirdweb/CHANGELOG.md around line 7, the entry uses "erc5792" but
the project standardizes EIP names with a hyphen and uppercase; update the text
to use "EIP-5792" (e.g., "Better handling of EIP-5792 getCapabilities") so it
matches the rest of the changelog and spec naming.

@joaquim-verges joaquim-verges merged commit 2976af3 into main Nov 17, 2025
18 of 21 checks passed
@joaquim-verges joaquim-verges deleted the changeset-release/main branch November 17, 2025 23:56
@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.83%. Comparing base (419fb31) to head (a21b5db).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8426      +/-   ##
==========================================
- Coverage   54.84%   54.83%   -0.01%     
==========================================
  Files         919      919              
  Lines       60865    60865              
  Branches     4143     4141       -2     
==========================================
- Hits        33379    33373       -6     
- Misses      27384    27390       +6     
  Partials      102      102              
Flag Coverage Δ
packages 54.83% <ø> (-0.01%) ⬇️
see 3 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

packages SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants